home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / super_ka.swf / scripts / DefineSprite_1611 / frame_17 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  387 b   |  20 lines

  1. stop();
  2. _root.pause_mc.removeMovieClip(this);
  3. _root.f_timeCounter = setInterval(_root.timeCounter,1000);
  4. _root.controller.onEnterFrame = function()
  5. {
  6.    _root.controlFunc();
  7. };
  8. if(_root.f_bottleTimeMc == true)
  9. {
  10.    _root.bottleTimeMc.play();
  11. }
  12. if(_root.f_unDeadMc == true)
  13. {
  14.    _root.unDeadMc.play();
  15. }
  16. if(_root.f_enemyStopMc == true)
  17. {
  18.    _root.enemyStopMc.play();
  19. }
  20.